home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19941031-19941221 / 000032_news@columbia.edu_Wed Nov 2 16:35:54 1994.msg < prev    next >
Internet Message Format  |  1995-07-31  |  8KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA15511
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 2 Nov 1994 11:36:07 -0500
  3. Received: by apakabar.cc.columbia.edu id AA06610
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 2 Nov 1994 11:36:03 -0500
  5. Path: news.columbia.edu!usenet
  6. From: fdc@fdc.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Manuals and speed
  9. Date: 2 Nov 1994 16:35:54 GMT
  10. Organization: Columbia University
  11. Lines: 173
  12. Message-Id: <398f5a$6ee@apakabar.cc.columbia.edu>
  13. References: <398773$5am@bingnet1.cc.binghamton.edu>
  14. Nntp-Posting-Host: fdc.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <398773$5am@bingnet1.cc.binghamton.edu>  
  18. br00031@bingsuns.cc.binghamton.edu () writes:
  19. > Can anyone tell me the source of information on writing scripts for
  20. > kermit.  I would like to automaticly upload and download Mail from my
  21. > pc to my Unix server.  It would be nice if the script could be set to
  22. > run on startup.
  23. > Kermit is the only modem transfer program and protical on my
  24. > university server.  It is not the program I normaly use, but appears
  25. > to havefeatures that others do not. I would like to learn more about
  26. > it. 
  27. >
  28. Information on manuals enclosed below.
  29.  
  30. >  Is it possible to make the kermit transfer rate faster.  I have a
  31. > 14.4 modem.  My university runs a 9600 line. My other software will
  32. > transfer around 1500 using zmodem.  If I get Kermit to run at 260, I
  33. > am lucky.  What can I do to make my faster.  Thank you to all who may
  34. > respond
  35. >  
  36. Yes, Kermit will do 1500, 1600 or higher if you use long packets, sliding
  37. windows, and control-character unprefixing.  Also enable compression and
  38. error correction in the modem, and use hardware flow control (our dialing
  39. scripts do this for you automatically).  For details about long packets and
  40. sliding windows, read the manual(s).  Control-character unprefixing is a
  41. relatively recent addition, documented in the appropriate "update" file,
  42. KERMIT.UPD (MS-DOS Kermit) or ckcker.upd (C-Kermit).
  43.  
  44.                            KERMIT BOOK LIST
  45.  
  46. -----------------------------------------------------------------------
  47.  
  48. MS-DOS Kermit, full-featured communications software for IBM and
  49. compatible PCs with DOS or Windows, is documented in:
  50.  
  51.     Christine M. Gianone, Using MS-DOS Kermit, Second Edition, Digital
  52.     Press / Butterworth-Heinemann, Woburn, MA, 1992, 345 pages, ISBN
  53.     1-55558-082-3.  Packaged with version 3.13 of MS-DOS Kermit for the
  54.     IBM PC, PS/2, and compatibles on a 3.5-inch diskette.  In computer
  55.     and book stores, or order direct from Columbia University or from
  56.     Digital Press.
  57.  
  58. A German-language edition is also available:
  59.  
  60.     Christine M. Gianone, MS-DOS Kermit, das universelle
  61.     Kommunikationsprogramm, Verlag Heinz Heise, Hannover, Germany
  62.     (1991), 414 pages.  Packaged with version 3.12 of MS-DOS Kermit for
  63.     the IBM PC, PS/2, and compatibles on a 5.25-inch diskette,
  64.     including German- language help files.  Deutsch von Gisbert W.
  65.     Selke.  ISBN 3-88229-006-4.
  66.  
  67. And a French-language edition:
  68.  
  69.     Christine M. Gianone, Kermit MS-DOS mode d'emploi, Deuxieme
  70.     edition, Heinz Schiefer & Cie., Versailles (1993), 406 pages.
  71.     Packaged with version 3.11 of MS-DOS Kermit for the IBM PC, PS/2,
  72.     and compatibles on a 5.25-inch diskette.  Adaption francaise: Jean
  73.     Dutertre.  ISBN 2-901143-20-2.
  74.  
  75. There is also a Japanese book about MS-DOS Kermit, concentrating on the
  76. NEC PC9801:
  77.  
  78.     Hirofumi Fujii and Fukuko Yuasa, MS-Kermit Nyumon, Computer Today
  79.     Library 6, Saiensu-Sha Co., Ltd., publishers (1993), 160 pages.
  80.     ISBN 4-7819-0669-9 C3355 P1854E.
  81.  
  82. -----------------------------------------------------------------------
  83.  
  84. C-Kermit 5A, full-function communication software for UNIX, VMS, OS/2,
  85. AOS/VS, OS-9, Apollo Aegis, the Commodore Amiga, and the Atari ST is
  86. documented in:
  87.  
  88.     Frank da Cruz and Christine M. Gianone, "Using C-Kermit", Digital
  89.     Press / Butterworth-Heinemann, Woburn, MA, 1993, 514 pages, ISBN
  90.     1-55558-108-0.  In computer and book stores, or order direct from
  91.     Columbia University or from Digital Press.
  92.  
  93. A German-language edition is also available:
  94.  
  95.     Frank da Cruz und Christine M. Gianone, C-Kermit--Einfuhrung und
  96.     Referenz, Verlag Heinz Heise, Hannover, Germany (1994).  ISBN
  97.     3-88229-023-4.  Deutsch von Gisbert W. Selke.
  98.  
  99. -----------------------------------------------------------------------
  100.  
  101. The Kermit File transfer protocol is specified in the following book,
  102. which also includes tutorials on computers, file systems, data
  103. communications, and using Kermit:
  104.  
  105.     Frank da Cruz, Kermit, A File Transfer Protocol, Digital Press /
  106.     Butterworth-Heinemann, Worburn, MA, 1987, 379 pages, ISBN
  107.     0-932376-88-6.  In computer and book stores, or order direct from
  108.     Columbia University or from Digital Press.
  109.  
  110. -----------------------------------------------------------------------
  111.  
  112. Kermit software for more than 400 different computers and operating
  113. systems is available from Columbia University.  Contact Columbia for a
  114. free Kermit software catalog.
  115.  
  116.  
  117. -----------------------------------------------------------------------
  118.  
  119.                                  HOW TO ORDER
  120.  
  121. -----------------------------------------------------------------------
  122.  
  123. ENGLISH-LANGUAGE KERMIT BOOKS:
  124.  
  125.    1. In computer and book stores, or order direct from the publisher,
  126.       Digital Press / Butterworth-Heinemann with MasterCard, Visa, or
  127.       American Express:
  128.  
  129.           +1 800 366-2665     (Woburn, MA office for USA & Canada)
  130.           +44 993 58521       (Rushden, England office for Europe)
  131.           +61 2 372-5511      (Chatswood, NSW office for Australia & NZ)
  132.           +65 220-3684        (Singapore office for Asia)
  133.  
  134.    2. From Columbia University:
  135.  
  136.           Kermit Development and Distribution
  137.           Columbia University Academic Information Systems
  138.           612 West 115th Street
  139.           New York, NY  10025  USA
  140.           Tel.  +1 212 854-3703
  141.           Fax.  +1 212 663-8202
  142.           E-Mail: kermit@columbia.edu
  143.  
  144.       Domestic and overseas orders accepted.  Add $5 US for shipping
  145.       outside of North America.  Orders may be paid by MasterCard or
  146.       Visa, or prepaid by check in US dollars.  Add $35 bank fee for
  147.       checks not drawn on a US bank.  Price includes shipping.  Do not
  148.       include sales tax.  Quantity discounts are available.
  149.       Single-copy US prices (in US dollars):
  150.  
  151.           Using MS-DOS Kermit  . . . . . . . . . . . . . . . . .$ 34.95
  152.           Using C-Kermit . . . . . . . . . . . . . . . . . . . .$ 34.95
  153.           Kermit, A File Transfer Protocol . . . . . . . . . . .$ 29.95
  154.           All three  . . . . . . . . . . . . . . . . . . . . . .$ 79.95
  155.  
  156. -----------------------------------------------------------------------
  157.  
  158. GERMAN-LANGUAGE KERMIT BOOKS:
  159.  
  160.         MS-DOS Kermit, das universelle Kommunikationsprogramm: DM 69,00
  161.         C-Kermit--Einfuhrung und Referenz: . . . . . . . . . . DM 90,00
  162.  
  163.         Verlag Heinz Heise GmbH & Co. KG
  164.         Helstorfer Strasse 7
  165.         D-30625 Hannover, GERMANY
  166.         Tel.  +49 (05 11) 53 52-0
  167.         Fax.  +49 (05 11) 53 53-1 29
  168.  
  169. -----------------------------------------------------------------------
  170.  
  171. FRENCH:  Kermit MS-DOS Mode d'Emploi:  . . . . . . . . . . .  FF 495,00
  172.  
  173.         Heinz Schiefer & Cie.
  174.         45 rue Henri de Regnier
  175.         F-78000 Versailles, FRANCE
  176.         Tel.  +33 39 53 95 26
  177.         Fax.  +33 39 02 39 71
  178.  
  179. -----------------------------------------------------------------------
  180.  
  181. JAPANESE:  MS-Kermit Nyumon: . . . . . . . . . . . . . . . . .  1,800 Y
  182.  
  183.         Saiensu-Sha Co., Ltd.
  184.         Abe-toku Building
  185.         2-4 Kanda-suda cho, Chiyoda-ku
  186.         Tokyo 101, JAPAN
  187.         Tel.  +81-3-3256-1091
  188.  
  189. -----------------------------------------------------------------------